From: Jonathan Lebon Date: Thu, 18 Oct 2018 20:40:03 +0000 (-0400) Subject: ostree-prepare-root.service: Use RemainAfterExit=yes X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~19^2~9 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ae99b9ccdc0ba0b75f3877461d5cc2b3b49fd9be;p=ostree.git ostree-prepare-root.service: Use RemainAfterExit=yes For the same reasons as #1697. This is especially important in services that are likely to be used as an `After/Before=` target in other units. `ostree-prepare-root.service` is one such service. Closes: #1759 Approved by: cgwalters --- diff --git a/src/boot/ostree-prepare-root.service b/src/boot/ostree-prepare-root.service index 5467bcfd..455afc3e 100644 --- a/src/boot/ostree-prepare-root.service +++ b/src/boot/ostree-prepare-root.service @@ -32,3 +32,4 @@ ExecStart=/usr/lib/ostree/ostree-prepare-root /sysroot StandardInput=null StandardOutput=syslog StandardError=syslog+console +RemainAfterExit=yes